Don't use C99/C++ comments.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 22 May 2003 21:50:56 +0000 (21:50 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 22 May 2003 21:50:56 +0000 (21:50 +0000)
gpsbabel/easygps.c
gpsbabel/util.c

index 214f559680756fdb312033bb056e560c839b4ad2..c9d5ad333084ec475dd248d5fe1d295ec02b4904 100644 (file)
@@ -31,7 +31,7 @@ static char *deficon = "Waypoint";
 
 static
 arglist_t easygps_args[] = {
-//     {"deficon", &deficon, "Default icon name"},
+/*     {"deficon", &deficon, "Default icon name"}, */
        {0, 0, 0}
 };
 
index d38139105d7501df83f5b269810cbe6595fc675f..5013cae3b91a7eaa703640287f88f3824e2789c3 100644 (file)
@@ -460,7 +460,7 @@ pdb_write_double(void* ptr, double d)
   return;
 }
 
-// Magellan and PCX formats use this DDMM.mm format
+/* Magellan and PCX formats use this DDMM.mm format */
 double ddmm2degrees(double pcx_val) {
        double minutes;
        signed int deg;